}
&:active {
box-shadow: inset 0 2px 3px -1px transparentize(black,0.8);
- background-color: transparentize(black,0.9);
+ background-color: transparentize($fg_color,0.9);
}
&:backdrop {
border-color: transparentize($backdrop_borders_color,0.7);
color: rgba(147, 150, 149, 0.3); }
.spinbutton .button:active {
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2);
- background-color: rgba(0, 0, 0, 0.1); }
+ background-color: rgba(238, 238, 236, 0.1); }
.spinbutton .button:backdrop {
border-color: rgba(30, 34, 34, 0.3);
background-color: transparent; }
color: rgba(141, 144, 145, 0.3); }
.spinbutton .button:active {
box-shadow: inset 0 2px 3px -1px rgba(0, 0, 0, 0.2);
- background-color: rgba(0, 0, 0, 0.1); }
+ background-color: rgba(46, 52, 54, 0.1); }
.spinbutton .button:backdrop {
border-color: rgba(168, 168, 168, 0.3);
background-color: transparent; }